Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix circular import #89

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

emphasize
Copy link
Member

the ovos_utils log module itself imports get_xdg_base which leads to a circular import.
This is mitigated using try except but with unintended consequences.

Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (dev@4e520d6). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev     #89   +/-   ##
=====================================
  Coverage       ?   0.00%           
=====================================
  Files          ?      10           
  Lines          ?     831           
  Branches       ?       0           
=====================================
  Hits           ?       0           
  Misses         ?     831           
  Partials       ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JarbasAl JarbasAl added the bug Something isn't working label Dec 27, 2023
@JarbasAl JarbasAl merged commit a835b22 into OpenVoiceOS:dev Dec 27, 2023
6 of 7 checks passed
@github-actions github-actions bot mentioned this pull request Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants